11. Ingesting at Scale

L03-05-Part 1 Ingesting At Scale- Use COPY

Which method is faster for ingesting data in a sql database?

SOLUTION: Bulk insertion using the COPY command

Why do we split a table into multiple files before ingestion?

SOLUTION: Because this way, we can execute multiple simultaneous COPY commands